home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / TCP_IP / TNOS230S / SYSTEM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-14  |  1.5 KB  |  80 lines

  1. #ifndef _SYSTEM_H
  2. #define _SYSTEM_H
  3.  
  4. /*
  5.  * Automatically generated C system config file: don't edit
  6.  */
  7.  
  8. /*
  9.  * TNOS system configuration
  10.  */
  11.  
  12. /* clear all flags, initially */
  13. #undef BROKE_SPRINTF
  14. #undef BSD
  15. #undef BSD_RANDOM
  16. #undef HAVE_BINARY_LOCKFILES
  17. #undef HAVE_NCURSES_H
  18. #undef HAVE_NETINET_IF_ETHER_H
  19. #undef HAVE_SYS_MOUNT_H
  20. #undef HAVE_SYS_PARAM_H
  21. #undef HAVE_SYS_STATFS_H
  22. #undef HAVE_SYS_VFS_H
  23. #undef HAVE_TM_ISDST
  24. #undef HAVE_UNISTD_H
  25. #undef IS_LITTLE_ENDIAN
  26. #undef NO_CURSES_TMARG
  27. #undef NO_GETTOD
  28. #undef NO_SETENV
  29. #undef NO_SETTOD
  30. #undef NO_STRTOUL
  31. #undef STACKBASE
  32. #undef SYS_ERRLIST
  33. #undef TNOS_BP
  34. #undef TNOS_CRTSCTS
  35. #undef TNOS_EBP
  36. #undef TNOS_PC
  37. #undef TNOS_SP
  38. #undef USE_SETSTACK
  39.  
  40.  
  41.  
  42. /*
  43.  *
  44.  * Only those features applicable to this system are defined below
  45.  *
  46.  */
  47.  
  48.  
  49. /* OS-specific flags */
  50.  
  51. /* System is Little-Endian */
  52. #define IS_LITTLE_ENDIAN    1
  53. #define STACKBASE        0xC0000000LU
  54. #define USE_SETSTACK        1
  55.  
  56. /* System has the <unistd.h> header file */
  57. #define HAVE_UNISTD_H        1
  58.  
  59. /* System has the <sys/param.h> header file */
  60. #define HAVE_SYS_PARAM_H    1
  61.  
  62. /* System has the <sys/mount.h> header file */
  63. #define HAVE_SYS_MOUNT_H    1
  64.  
  65. /* System has the <sys/vfs.h> header file */
  66. #define HAVE_SYS_VFS_H        1
  67.  
  68. /* Value of termios RTSCTS constant */
  69. #define TNOS_CRTSCTS        0x80000000UL
  70.  
  71. /* System's tm structure has the tm_isdst member  */
  72. #define HAVE_TM_ISDST        1
  73.  
  74. /* System's curses WINDOW structure has no _tmarg member */
  75. #define NO_CURSES_TMARG        1
  76.  
  77.  
  78. #endif    /* _SYSTEM_H */
  79.  
  80.